
转载:Android Volley Tutorial
可使用“queue.getCache().remove(url);”来删除针对指定URL的缓存。
http://androidresearch.wordpress.com/2014/02/01/android-volley-tutorial/
亮点:
to remove the cache for a specific request:
queue.getCache().remove(url);
to clear all cache:
queue.getCache().clear();
HxLauncher: Launch Android applications by voice commands